home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr18 / deep621.zip / DEEP.INI < prev    next >
Text File  |  1995-03-15  |  5KB  |  112 lines

  1. *--------------------------------------------------------------------------
  2. *   Default DeeP.INI configuration file  shareware
  3. *
  4. *   Register DeeP online on CompuServe (GO SWREG 4541)
  5. *   or send $20.00 to: (see ORDER.FRM)
  6. *
  7. *             Sensor Based Systems, Inc.
  8. *             17010 NE 190th St
  9. *             Woodinville, WA 98072
  10. *             (206) 827-8794
  11. *
  12. *             75454.773@COMPUSERVE.COM         
  13. *             jackv56036@AOL.com
  14. *
  15. *
  16. *   Comment lines start with / ; * or # (so you choose)
  17. *   All lines with comments do nothing (like this file is now).
  18. *   Customize this file to suit your needs.
  19. *
  20. *   If you have not Registered DOOM, you cannot save any levels.
  21. *
  22. *   If you have not Registered DeeP, you can only edit 2 PWADs if you save
  23. *   using different names and 3 PWADs if the save name stays the same.
  24. *
  25. *--------------------------------------------------------------------------
  26. * DeeP can be installed in any directory. We recommend that you install
  27. * DeeP in its own DEEP directory, to separate your work.
  28.  
  29. * The only reason you might change the different DOOMx.WAD name options
  30. * is to support both DOOM and DOOM II and separate your work levels.
  31.  
  32. * Create a DeeP.INI file (this file) for each version of DOOM and create
  33. * a batch file for each.
  34.  
  35. *  Sample batch file for testing DOOM only (as simple as it gets):
  36.  
  37. **------start of file------
  38. **  cd\deep
  39. **  deep -config deep1.ini             << file with DOOM stuff
  40. **------end of file -------
  41.  
  42. **  Sample batch file for testing DOOM II only:
  43.  
  44. **------start of file------
  45. **  cd\deep
  46. **  deep -config deep2.ini             << file with DOOM II stuff
  47. **------end of file -------
  48.  
  49. ** ----------------------------------------------------------------------
  50. **  ----------  maximum default path length is 27 characters ---------
  51. ** Name of the main wad file.  
  52. ** This file sets support for DOOM or DOOM II. 
  53. ** DeeP can always read files from either version. This sets the type of
  54. ** level desired (ExMx or MAPxx) and the textures, types, etc..
  55. ** Uncomment and Select only -ONE- of these at a time, not both.
  56. ** Uncomment means removing the # in front of main.
  57.  
  58. #main = C:\doom2\doom2.wad          ** typical DOOM II
  59. #main = C:\doom\doom.wad            ** typical DOOM
  60.  
  61. #patch= C:\DOOM2\PWADs              ** name of default read PWAD directory
  62.  
  63. #help=  C:\DOOM2\Deep\DeeP.hlp      ** name of the help file 
  64.  
  65. ** Use this to change the default video mode if you have a new SuperVGA driver.
  66. ** VESA.BGI is the default driver for VESA boards with at least 512K memory.
  67. ** VGA256.BGI is for VGA Picture displays, don't use directly ( 320x200x256 resolution)
  68.  
  69. **  Try bgi = VGAONLY if the default VESA does not work (incompatible video BIOS).
  70. **  If an error occurs initializing the VESA driver,
  71. **  the Program switches to VGA mode automatically.
  72. **
  73. **  VGA mode automatically uses a fakecursor, since VGA doesn't erase
  74. **  the mouse correctly (sorry, it's the driver).
  75.  
  76. **  In VGA mode, the map displays ok, but the colors for the pictures do not.
  77. **  For the texture displays, the VGA256 driver is automatically selected.
  78. **  The pictures take up the whole screen and the white
  79. **  spots are missing colors for this mode.
  80.  
  81. **  >>>  Try the UniVBE program if you have any VESA problems  <<<
  82.  
  83. #bgi  = VESA       ** default, for your information, do not enter
  84. #bgi  = VGAONLY    ** If you have VGA only or not VESA, try this! 
  85. #                     For VGA set ruler circle size to 0
  86.  
  87. ** video resolution values (for VESA only)
  88.  
  89. #video= 0          ** 320x200x256           (256kb video, looks ugly)
  90. #video= 1          ** 640x480x256           (512kb video, alternate?)
  91. #video= 2          ** 640x480x256 (default) (512kb video)
  92. #video= 3          ** 800x600x256           (512kb video)
  93. #video= 4          ** 1024x768x256          (1mb video reqd)
  94.  
  95. **-------------------------------------------------------------------------
  96. *          ┌─────────────────────────────────────────┐
  97. *          │    (c) 1995 Sensor Based Systems, Inc.  │
  98. *          │        DoomEnhancedEditorProgram        │
  99. *          │  █████████                   █████████  │
  100. *          │   ██     █                    ██     █  │
  101. *          │   ██     █                    ██     █  │
  102. *          │   ██     █                    ██     █  │
  103. *          │   ██     █  ███████  ███████  ████████  │
  104. *          │   ██     █  ██       ██       ██        │
  105. *          │   ██     █  █████    █████    ██        │
  106. *          │   ██     █  ██       ██       ██        │
  107. *          │  █████████  ███████  ███████  ██ tm     │
  108. *          │                                         │
  109. *          └─────────────────────────────────────────┘
  110. *
  111. **--------------------------end of DeeP.ini ------------------------------
  112.